home *** CD-ROM | disk | FTP | other *** search
/ Power Tools for Macintosh / Power Tools for Macintosh (SoftBit)(1992).iso / Applications / DataShaper / DataShaper Intro / card_2961.txt < prev    next >
Text File  |  1991-07-29  |  2KB  |  113 lines

  1. -- card: 2961 from stack: in
  2. -- bmap block id: 3270
  3. -- flags: 0000
  4. -- background id: 2767
  5. -- name: 
  6. ----- HyperTalk script -----
  7. On opencard
  8.   hide card field Out
  9. end opencard
  10.  
  11.  
  12. -- part 2 (button)
  13. -- low flags: 00
  14. -- high flags: 8004
  15. -- rect: left=22 top=238 right=273 bottom=99
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Quit
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   doMenu Quit HyperCard
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 3 (button)
  32. -- low flags: 00
  33. -- high flags: 8004
  34. -- rect: left=23 top=122 right=157 bottom=100
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Intro
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   go to next card
  46. end mouseUp
  47.  
  48.  
  49.  
  50.  
  51. -- part 4 (button)
  52. -- low flags: 00
  53. -- high flags: 8004
  54. -- rect: left=23 top=161 right=196 bottom=100
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Demo
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   hide menubar
  66.   go to card 12
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 5 (button)
  72. -- low flags: 00
  73. -- high flags: 8004
  74. -- rect: left=22 top=200 right=235 bottom=99
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Credits
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   go to card credits
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 6 (field)
  91. -- low flags: 81
  92. -- high flags: 0001
  93. -- rect: left=115 top=108 right=263 bottom=426
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 0
  97. -- font id: 2
  98. -- text size: 14
  99. -- style flags: 0
  100. -- line height: 18
  101. -- part name: Out
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   hide card field out
  105. end mouseUp
  106.  
  107.  
  108. -- part contents for card part 6
  109. ----- text -----
  110. This HyperCard demonstration Stack is not yet complete.  We expect to have the finished version available by September 29th.  Please contact BenWare for the completed version.
  111.  
  112.  
  113.